home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 June: Reference Library / Dev.CD Jun 94.toast / Periodicals / develop / develop Issue 11 / develop 11 code / The NetWork Project / Examples (Sources) / Ping.make < prev    next >
Encoding:
Text File  |  1992-07-15  |  1.3 KB  |  44 lines  |  [TEXT/MPS ]

  1. #   File:       Ping.make
  2. #   Target:     Ping
  3. #   Sources:    Ping.p Ping.r
  4. #   Created:    Saturday, January 19, 1991 14:17:18
  5. #
  6. # Start of NetWork Setup
  7. #
  8. # This is a set of definitions used in all make files of the NetWork project.
  9. # It uses the the recommended file and folder names. If you have chosen an 
  10. # installation other than the recommended one, you need to adapt this header 
  11. # in all NetWork make files.
  12. #
  13. # We follow Apple's convention to use quotes on usage, not on definition.
  14. #
  15. NetWork_Tools             = {SystemFolder}NetWork Tools:
  16. NetWork_Idle_Tools         = {SystemFolder}NetWork Idle Tools:
  17. NetWork_Startup_Tools     = {SystemFolder}NetWork Startup Tools:
  18. NetWork_Logs             = {SystemFolder}NetWork Logs:
  19. NetWork_Examples         = {Boot}Projects:NetWork:NetWork Examples:
  20. #
  21. NetWork_Libraries         = {Libraries}
  22. NetWork_PInterfaces     = {PInterfaces}
  23. NetWork_CIncludes         = {CIncludes}
  24. #
  25. # End of NetWork Setup
  26.  
  27. POptions    =    -r
  28. Ping.p.o    ƒ Ping.p ∂
  29.     "{NetWork_PInterfaces}"NetWork.p ∂
  30.     "{NetWork_PInterfaces}"NetWorkLookUp.p
  31.  
  32. Ping    ƒƒ    Ping.r
  33.     Rez -t APPL -c NetP Ping.r -append -o Ping
  34.  
  35. Ping    ƒƒ    Ping.p.o
  36.     Link -t APPL -c NetP -ra =0        ∂
  37.         Ping.p.o        ∂
  38.         "{NetWork_Libraries}"NetWorkLib.o        ∂
  39.         "{Libraries}"Runtime.o    ∂
  40.         "{Libraries}"Interface.o    ∂
  41. #        "{PLibraries}"SANELib.o    ∂
  42.         "{PLibraries}"PasLib.o    ∂
  43.         -o Ping
  44.